home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 101 / Ultra Game Players Magazine, No. 101 - September 1997 (Imagine Publishing, Inc.)(1997).iso / pc / new_ugp.dxr / 00191.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  178 b   |  14 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on idle
  6.   CheckIdle(GetGlobal(#gTitleObject))
  7.   updateStage()
  8. end
  9.  
  10. on mouseDown
  11.   CheckMouseDowns(GetGlobal(#gTitleObject))
  12.   updateStage()
  13. end
  14.